From: Aaron Schulz Date: Wed, 21 Sep 2011 08:39:36 +0000 (+0000) Subject: Tweaked diff size number location to make sp:contribs look prettier and more consiste... X-Git-Tag: 1.31.0-rc.0~27508 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=59efd09dbee9576dfea24c33633217302e3f2423;p=lhc%2Fweb%2Fwiklou.git Tweaked diff size number location to make sp:contribs look prettier and more consistent with how it was without them --- diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index e1ed54a51e..5b84a27157 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -703,7 +703,7 @@ class ContribsPager extends ReverseChronologicalPager { } $diffHistLinks = '(' . $difftext . $this->messages['pipe-separator'] . $histlink . ')'; - $ret = "{$del}{$d} {$diffHistLinks} {$nflag}{$mflag}{$chardiff} {$link}{$userlink} {$comment} {$topmarktext}"; + $ret = "{$del}{$d} {$diffHistLinks}{$chardiff}{$nflag}{$mflag} {$link}{$userlink} {$comment} {$topmarktext}"; # Denote if username is redacted for this edit if( $rev->isDeleted( Revision::DELETED_USER ) ) {